home *** CD-ROM | disk | FTP | other *** search
- DIM Speech%(8)
-
- FOR x=0 TO 8
- READ Speech%(x)
- NEXT x
-
- SpeechInput:
- LINE INPUT "Text: ", Entry$
- IF Entry$<>"=" THEN Text$=Entry$
- Speech$=TRANSLATE$(Text$)
- CLS : PRINT Text$
- SAY Speech$,Speech%
- GOTO SpeechInput
-
- DATA 140,0,160,0,22000,64,11,1,0
-
-